projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249902d
)
Fix to previous commit
author
Roland Winkler
<winkler@gnu.org>
Wed, 12 Jun 2019 03:17:30 +0000
(22:17 -0500)
committer
Roland Winkler
<winkler@gnu.org>
Wed, 12 Jun 2019 03:17:30 +0000
(22:17 -0500)
* find-dired.el (find-dired-sentinel): Check whether
find-dired-refine-function is non-nil.
lisp/find-dired.el
patch
|
blob
|
history
diff --git
a/lisp/find-dired.el
b/lisp/find-dired.el
index 6e5abe2f13446a296b954d9a08faac79720cb615..2c76179da0618c5a3c35ad64187202da38c262fc 100644
(file)
--- a/
lisp/find-dired.el
+++ b/
lisp/find-dired.el
@@
-350,7
+350,7
@@
specifies what to use in place of \"-ls\" as the final argument."
(save-excursion
(save-restriction
(widen)
- (when
(boundp 'find-dired-refine-function)
+ (when
find-dired-refine-function
;; `find-dired-filter' puts two whitespace characters
;; at the beginning of every line.
(narrow-to-region (point) (- (point-max) 2))